html {
    height: 100%;
}
.imgby {
   
    bottom: -165px;
    left: 28%;
    transform: translateX(-50%);
}
.img{
    max-height: 600px;
   
}
.login_section {
   
    width: 100%;
    
   
    background: #ffffff;
    box-shadow: 0 2px 0 #e3e3e3;
    border-radius: 8px;
    height: 310px;
    padding: 20px;
    
}

.inputs_style {
    font-size: 14px !important;
    border: 1px solid #84a5de ;
    height:48px !important;
    width:100% !important;
    background:#ffffff !important;
    margin-bottom: 26px !important;
    margin-top: 29px;
}

.button_for_login {
    border: 2px solid #0077B6;
    right: 20px;
    box-sizing: border-box;
    bottom: 62px;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    color: #0077B6;
    background: transparent;
    box-shadow: none;
    margin-top: 0px;
    
}

.eye_for_view_password {
    z-index: 999;
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: -64px;
}

.errorSpan {
    font-size: 12px;
    margin-right: 17px;
    display: none;
    position: relative;
    top: 10px;
}

@media (min-width: 992px){
.offset-lg-1 {
    margin-left: 2.333333%;
}
}

@media screen and (max-width: 768px) {
    .img{
        max-height: 350px;
    }

}